KeysOrderedInEachPartition Property

Task Parallel System.Threading

Gets whether elements in each partition are yielded in the order of increasing keys.

Namespace:  System.Collections.Concurrent
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Public Property KeysOrderedInEachPartition As Boolean
C#
public bool KeysOrderedInEachPartition { get; private set; }

See Also